docs: Fix various link formatting
authorMatthias Clasen <mclasen@redhat.com>
Sun, 4 Jul 2021 03:11:48 +0000 (23:11 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 4 Jul 2021 03:11:48 +0000 (23:11 -0400)
Make links that gi-docgen can undestand.

Fixes: #3975
gtk/gtkcellview.c
gtk/gtkiconview.c
gtk/gtktreeview.c

index 29a8b3119e822ba5e7f4a759cf767db130e7d9c0..78866addda051c866136211e0e2bb32991a6e3a5 100644 (file)
@@ -895,8 +895,8 @@ gtk_cell_view_new_with_text (const char *text)
  * @markup: the text to display in the cell view
  *
  * Creates a new `GtkCellView` widget, adds a `GtkCellRendererText`
- * to it, and makes it show @markup. The text can be
- * marked up with the [Pango text markup language][PangoMarkupFormat].
+ * to it, and makes it show @markup. The text can be marked up with
+ * the [Pango text markup language](https://docs.gtk.org/Pango/pango_markup.html).
  *
  * Returns: A newly created `GtkCellView` widget.
  */
index ac4589f12aaeeee2a1124ab2e935e85f69812675..57a7732993dc8079cf5d1832218e9c3f8b011c86 100644 (file)
@@ -641,7 +641,7 @@ gtk_icon_view_class_init (GtkIconViewClass *klass)
    * GtkIconView::select-all:
    * @iconview: the object on which the signal is emitted
    *
-   * A [keybinding signal][GtkSignalAction]
+   * A [keybinding signal][class.Gtk.SignalAction]
    * which gets emitted when the user selects all items.
    *
    * Applications should not connect to it, but may emit it with
@@ -663,7 +663,7 @@ gtk_icon_view_class_init (GtkIconViewClass *klass)
    * GtkIconView::unselect-all:
    * @iconview: the object on which the signal is emitted
    *
-   * A [keybinding signal][GtkSignalAction]
+   * A [keybinding signal][class@Gtk.SignalAction]
    * which gets emitted when the user unselects all items.
    *
    * Applications should not connect to it, but may emit it with
@@ -685,7 +685,7 @@ gtk_icon_view_class_init (GtkIconViewClass *klass)
    * GtkIconView::select-cursor-item:
    * @iconview: the object on which the signal is emitted
    *
-   * A [keybinding signal][GtkSignalAction]
+   * A [keybinding signal][class@Gtk.SignalAction]
    * which gets emitted when the user selects the item that is currently
    * focused.
    *
@@ -708,7 +708,7 @@ gtk_icon_view_class_init (GtkIconViewClass *klass)
    * GtkIconView::toggle-cursor-item:
    * @iconview: the object on which the signal is emitted
    *
-   * A [keybinding signal][GtkSignalAction]
+   * A [keybinding signal][class@Gtk.SignalAction]
    * which gets emitted when the user toggles whether the currently
    * focused item is selected or not. The exact effect of this 
    * depend on the selection mode.
@@ -732,7 +732,7 @@ gtk_icon_view_class_init (GtkIconViewClass *klass)
    * GtkIconView::activate-cursor-item:
    * @iconview: the object on which the signal is emitted
    *
-   * A [keybinding signal][GtkSignalAction]
+   * A [keybinding signal][class@Gtk.SignalAction]
    * which gets emitted when the user activates the currently 
    * focused item. 
    *
@@ -763,7 +763,7 @@ gtk_icon_view_class_init (GtkIconViewClass *klass)
    * @modify: whether to modify the selection
    *
    * The ::move-cursor signal is a
-   * [keybinding signal][GtkSignalAction]
+   * [keybinding signal][class@Gtk.SignalAction]
    * which gets emitted when the user initiates a cursor movement.
    *
    * Applications should not connect to it, but may emit it with
index 089575623460a87ea383cb1ed3ccd2cddd8ea723..7653974d188927e63d43e575128f0f3853d0b92f 100644 (file)
@@ -1336,7 +1336,7 @@ gtk_tree_view_class_init (GtkTreeViewClass *class)
    * @modify: whether to modify the selection
    *
    * The `GtkTreeView`::move-cursor signal is a [keybinding
-   * signal][GtkSignalAction] which gets emitted when the user
+   * signal][class@Gtk.SignalAction] which gets emitted when the user
    * presses one of the cursor keys.
    *
    * Applications should not connect to it, but may emit it with